Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / AutoWidth Property

In This Topic
    AutoWidth Property (InputTextBoxElementBase<T>)
    In This Topic
    Gets or sets the System.Boolean value specifying whether element width is automatically determined by its style and contents.
    Syntax
    'Declaration
     
    
    Public Property AutoWidth As Boolean
    public bool AutoWidth {get; set;}
    See Also